home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / a / a_funk / geograph.tos / GEOGRAPH / SUNCLOCK / DIALOG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-06  |  241 b   |  11 lines

  1. #ifndef Dialog_first
  2. #define Dialog_first
  3.  
  4. /*---- Prototyping ----*/
  5. OBJECT* DialogInit( int );
  6. int     DialogDo( OBJECT* );
  7. void    DialogSetItem( OBJECT*, int, bool );
  8. bool    DialogGetItem( OBJECT*, int );
  9.  
  10. #endif Dialog_first 
  11.